Gets a value indicating whether an item of this collection can still return correct property values after it has been deleted from the collection.

Namespace:  C1.LiveLinq
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
bool IsDeletedStateAvailable { get; }
Visual Basic
ReadOnly Property IsDeletedStateAvailable As Boolean
	Get

Return Value

true if deleted items can still be used to get property values.

See Also